home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia 1995 April / Informatica Multimedia CD - Epimundo.iso / DOS / FILECOPY / CLNUP / CLEANUP.TXT < prev   
Encoding:
Text File  |  1993-09-29  |  1.2 KB  |  30 lines

  1. I wrote this program as an exercise to get back up to speed for 
  2. my college courses.  I used Turbo Pascal 6.0 as this is the teaching
  3. language at my college.  
  4.  
  5. Some routines and libraries were cadged from the book:
  6.  
  7.     PC Magazine Turbo Pascal 6.0 Techniques and Utilities
  8.  
  9. by Neil J. Rubinking, out from Ziff-Davis Press, copywrite 1991.
  10.  
  11. This program is a run-of-the-mill cleanup program, except that it
  12. will search out all drives on your machine.  If the drive is a 
  13. SUBST'd or JOINed logical drive, it will tell you so and ignore that
  14. drive. It also detects CDRom drives and Network drives, which are also
  15. ignored.  (These two functions haven't been tested as I don't have 
  16. access to either setup.  They both use routines from the above mentioned
  17. book though, so they should prove reliable.)
  18.  
  19. I decided that it really didn't gain me anything to ignore RAM Drives
  20. as they would take just about as much time to process as deciding to 
  21. ignore them.  
  22.  
  23. I included the source code so that anyone with a Turbo Pascal compiler
  24. could customize the file search to their environment.
  25.  
  26. I hope that you will find this file as useful as I do.
  27.  
  28.                                        Brian D. Catlin
  29.                                        77676,2041 (CIS)
  30.